You can just use * ; there is no need for *.* . File extensions are not special on Unix. * matches zero or more characters—including a dot. ... <看更多>
Search
Search
You can just use * ; there is no need for *.* . File extensions are not special on Unix. * matches zero or more characters—including a dot. ... <看更多>
If you are using Ubuntu Linux: Install zip sudo apt-get install zip. Zip your folder: zip -r {filename.zip} {foldername} ... ... <看更多>
Linux : zip/unzip folder on linux terminal. GitHub Gist: instantly share code, notes, and snippets. ... <看更多>